home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Terminal.app / Swedish.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1992-07-01  |  2.6 KB  |  186 lines

  1. SizeAndFontController = {
  2.     ACTIONS = {
  3.     showDefault:;
  4.     setDefault:;
  5.     suggest:;
  6.     firstVisible:;
  7.     setStruct:;
  8.     setFont:;
  9.     setFromStruct:;
  10.     };
  11.     OUTLETS = {
  12.     fontDisplayField;
  13.     sizeForm;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. ProcessMonitorController = {
  18.     ACTIONS = {
  19.     enablementChanged:;
  20.     remove:;
  21.     cleanProcChanged:;
  22.     add:;
  23.     textDidGetKeys:;
  24.     runningBackgroundChanged:;
  25.     };
  26.     OUTLETS = {
  27.     checkMatrix;
  28.     cleanScrollView;
  29.     runningCleanCheck;
  30.     newCleanField;
  31.     removeButton;
  32.     monitorCheck;
  33.     fastAuditCheck;
  34.     shellsCleanCheck;
  35.     cleanMatrix;
  36.     addButton;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. FontTrap = {
  41.     ACTIONS = {
  42.     changeFont:;
  43.     };
  44.     OUTLETS = {
  45.     fontTarget;
  46.     targetProxy;
  47.     };
  48.     SUPERCLASS = View;
  49. };
  50. WindowController = {
  51.     ACTIONS = {
  52.     setFontRequest:;
  53.     firstVisible:;
  54.     };
  55.     OUTLETS = {
  56.     fontTrap;
  57.     shellExitMatrix;
  58.     fontField;
  59.     sizeForm;
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63. TitleBarController = {
  64.     ACTIONS = {
  65.     customTitleChanged:;
  66.     titleBitsChanged:;
  67.     };
  68.     OUTLETS = {
  69.     fakeTitle;
  70.     elementMatrix;
  71.     titleForm;
  72.     prefObject;
  73.     };
  74.     SUPERCLASS = Object;
  75. };
  76. EmulationController = {
  77.     ACTIONS = {
  78.     firstVisible:;
  79.     suggest:;
  80.     showDefault:;
  81.     revert:;
  82.     };
  83.     OUTLETS = {
  84.     checkMatrix;
  85.     translateCheck;
  86.     altMatrix;
  87.     altBox;
  88.     altMsg;
  89.     keypadCheck;
  90.     strictCheck;
  91.     };
  92.     SUPERCLASS = Object;
  93. };
  94. ShellController = {
  95.     ACTIONS = {
  96.     sourceDotLoginChanged:;
  97.     firstVisible:;
  98.     shellChanged:;
  99.     };
  100.     OUTLETS = {
  101.     shellForm;
  102.     sourceCheck;
  103.     };
  104.     SUPERCLASS = Object;
  105. };
  106. MiscController = {
  107.     ACTIONS = {
  108.     handleReturn:;
  109.     limitLines:;
  110.     unlimitLines:;
  111.     };
  112.     OUTLETS = {
  113.     linesLimited;
  114.     autoFocusCheck;
  115.     otherOptionsMatrix;
  116.     linesUnlimited;
  117.     wrapCheck;
  118.     okButton;
  119.     lineLimitField;
  120.     scrollbackEnableCheck;
  121.     };
  122.     SUPERCLASS = Object;
  123. };
  124. StartupController = {
  125.     ACTIONS = {
  126.     firstVisible:;
  127.     fastStartupChanged:;
  128.     pathWasSet:;
  129.     startupActionChanged:;
  130.     setPathRequest:;
  131.     };
  132.     OUTLETS = {
  133.     actionMatrix;
  134.     pathForm;
  135.     fastAutolaunchCheck;
  136.     };
  137.     SUPERCLASS = Object;
  138. };
  139. FirstResponder = {
  140.     ACTIONS = {
  141.     };
  142.     SUPERCLASS = Object;
  143. };
  144. Preferences = {
  145.     ACTIONS = {
  146.     windowDidResignKey:;
  147.     revert:;
  148.     changePane:;
  149.     suggest:;
  150.     showPrefWindow:;
  151.     setDefaultX:;
  152.     handleReturnByProxy:;
  153.     windowDidBecomeKey:;
  154.     ok:;
  155.     showDefaultX:;
  156.     };
  157.     OUTLETS = {
  158.     okButton;
  159.     suggestButton;
  160.     miscPane;
  161.     revertButton;
  162.     processMonitorCntl;
  163.     shellCntl;
  164.     setDefaultButton;
  165.     startupCntl;
  166.     paneSelector;
  167.     currentTerminal;
  168.     windowPane;
  169.     titleBarPane;
  170.     processMonitorPane;
  171.     emulationPane;
  172.     startupPane;
  173.     windowCntl;
  174.     buttonMatrix;
  175.     installedPane;
  176.     titleBarCntl;
  177.     miscCntl;
  178.     window;
  179.     container;
  180.     showDefaultButton;
  181.     shellPane;
  182.     emulationCntl;
  183.     };
  184.     SUPERCLASS = Object;
  185. };
  186.